home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 126
- Width = 573
- Height = 219
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 96
- Width = 24
- Height = 13
- Caption = '1234'
- end
- object ListBox1: TListBox
- Left = 232
- Top = 16
- Width = 321
- Height = 161
- ItemHeight = 13
- TabOrder = 0
- end
- object Button1: TButton
- Left = 16
- Top = 16
- Width = 97
- Height = 25
- Hint = 'This code works only in Delphi 5 and later'
- Caption = 'Delphi 5 and later'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 16
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 2
- Text = 'Edit1'
- end
- object RadioButton1: TRadioButton
- Left = 16
- Top = 128
- Width = 113
- Height = 17
- Caption = '5678'
- TabOrder = 3
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 160
- Width = 97
- Height = 17
- Caption = 'CheckBox1'
- TabOrder = 4
- end
- object Button2: TButton
- Left = 120
- Top = 16
- Width = 97
- Height = 25
- Hint = 'This code works in all versions of Delphi'
- Caption = 'All versions'
- TabOrder = 5
- OnClick = Button2Click
- end
- end
-